Skip to main content

Get account transaction

GET /api/v1/Savings/accounts/:AccountId/transactions

Description

Retrieve an accont transaction

Headers

Content-TypeValue
Accept-Language

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/Savings/accounts/:AccountId/transactions \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!